From: Jochen Sprickerhof Date: Tue, 2 Sep 2025 13:48:59 +0000 (+0200) Subject: Add patch to disable failing xmllint X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=a63f895a84fdade85f6d0334a800557d29d8cd0d;p=gpsbabel.git Add patch to disable failing xmllint Closes: #1113345, #1096761 --- diff --git a/debian/patches/0008-Disable-failing-xmllint.patch b/debian/patches/0008-Disable-failing-xmllint.patch new file mode 100644 index 000000000..3161de9cc --- /dev/null +++ b/debian/patches/0008-Disable-failing-xmllint.patch @@ -0,0 +1,21 @@ +From: Jochen Sprickerhof +Date: Tue, 2 Sep 2025 15:48:24 +0200 +Subject: Disable failing xmllint + +--- + tools/make_gpsbabel_doc.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tools/make_gpsbabel_doc.sh b/tools/make_gpsbabel_doc.sh +index ebde379..06a7522 100755 +--- a/tools/make_gpsbabel_doc.sh ++++ b/tools/make_gpsbabel_doc.sh +@@ -2,7 +2,7 @@ + set -ex + + perl ../xmldoc/makedoc +-xmllint --noout --relaxng /usr/share/xml/docbook/stylesheet/docbook-xsl/slides/schema/relaxng/docbook.rng ../xmldoc/readme.xml ++#xmllint --noout --relaxng /usr/share/xml/docbook/stylesheet/docbook-xsl/slides/schema/relaxng/docbook.rng ../xmldoc/readme.xml + # the following doesn't seem to work. + #xmllint --noout --schematron http://docbook.org/xml/5.0/sch/docbook.sch xmldoc/readme.xml + # jing and many depedencies removed from fedora diff --git a/debian/patches/series b/debian/patches/series index d97fc28cf..0115a26ce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ htmldoc-location Disable-donation-nagging 0007-Add-workaround-for-failing-test-on-i386.patch 0008-Ignore-test-failures-due-to-CPU-differences.patch +0008-Disable-failing-xmllint.patch